All Packages Class Hierarchy This Package Previous Next Index
NSBrowser
class.
The methods in this interface are delegate methods.
This interface is exposed in Java for documentation purposes, since one
is not required to implement this interface. Your class may implement one
or more of these methods, as needed. Only those methods implemented will
be called.
- browser:createRowsForColumn:inMatrix:
Objective-C instance method
implemented by delegates of the Browser
class
(known as the NSBrowser
Objective-C class).
- browserDidScroll:
Objective-C instance method
implemented by delegates of the Browser
class
(known as the NSBrowser
Objective-C class).
- browser:isColumnValid:
Objective-C instance method
implemented by delegates of the Browser
class
(known as the NSBrowser
Objective-C class).
- browser:numberOfRowsInColumn:
Objective-C instance method
implemented by delegates of the Browser
class
(known as the NSBrowser
Objective-C class).
- browser:selectCellWithString:inColumn:
Objective-C instance method
implemented by delegates of the Browser
class
(known as the NSBrowser
Objective-C class).
- browser:selectRow:inColumn:
Objective-C instance method
implemented by delegates of the Browser
class
(known as the NSBrowser
Objective-C class).
- browser:titleOfColumn:
Objective-C instance method
implemented by delegates of the Browser
class
(known as the NSBrowser
Objective-C class).
- browser:willDisplayCell:atRow:column:
Objective-C instance method
implemented by delegates of the Browser
class
(known as the NSBrowser
Objective-C class).
- browserWillScroll:
Objective-C instance method
implemented by delegates of the Browser
class
(known as the NSBrowser
Objective-C class).
public abstract int browserNumberOfRowsInColumn(Browser sender, int column)
- browser:numberOfRowsInColumn:
Objective-C instance method
implemented by delegates of the Browser
class
(known as the NSBrowser
Objective-C class).
public abstract void browserCreateRowsForColumn(Browser sender, int column, Matrix matrix)
- browser:createRowsForColumn:inMatrix:
Objective-C instance method
implemented by delegates of the Browser
class
(known as the NSBrowser
Objective-C class).
public abstract void browserWillDisplayCell(Browser sender, Object cell, int row, int column)
- browser:willDisplayCell:atRow:column:
Objective-C instance method
implemented by delegates of the Browser
class
(known as the NSBrowser
Objective-C class).
public abstract String browserTitleOfColumn(Browser sender, int column)
- browser:titleOfColumn:
Objective-C instance method
implemented by delegates of the Browser
class
(known as the NSBrowser
Objective-C class).
public abstract boolean browserSelectCellWithStringInColumn(Browser sender, String title, int column)
- browser:selectCellWithString:inColumn:
Objective-C instance method
implemented by delegates of the Browser
class
(known as the NSBrowser
Objective-C class).
public abstract boolean browserSelectRowInColumn(Browser sender, int row, int column)
- browser:selectRow:inColumn:
Objective-C instance method
implemented by delegates of the Browser
class
(known as the NSBrowser
Objective-C class).
public abstract boolean browserIsColumnValid(Browser sender, int column)
- browser:isColumnValid:
Objective-C instance method
implemented by delegates of the Browser
class
(known as the NSBrowser
Objective-C class).
public abstract void browserWillScroll(Browser sender)
- browserWillScroll:
Objective-C instance method
implemented by delegates of the Browser
class
(known as the NSBrowser
Objective-C class).
public abstract void browserDidScroll(Browser sender)
- browserDidScroll:
Objective-C instance method
implemented by delegates of the Browser
class
(known as the NSBrowser
Objective-C class).
All Packages Class Hierarchy This Package Previous Next Index